﻿CHARACTERS = {
	c:PAN = {
		create_character = {
			# Ranjit Singh
			is_general = yes
			first_name = "Ranjit"
			last_name = "Singh"
			ruler = yes
			birth_date = 1780.11.2
			dna = dna_maharaja_ranjit_singh
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			hq = region_north_india
			commander_rank = commander_rank_3
			traits = {
				ambitious
				alcoholic
			}
		}	

		create_character = {
			# Kharak Singh
			#role = politician # Remove this line
			first_name = "Kharak"
			last_name = "Singh"
			heir = yes
			age = 35
			interest_group = ig_armed_forces
			ideology = ideology_traditionalist
			traits = {
				reckless
				expensive_tastes
			}
		}
		
		create_character = {
			is_general = yes
			first_name = Zorawar
			last_name = Singh
			age = 50
			hq = region_himalayas
			commander_rank = commander_rank_2
			traits = {
				reserved
				mountain_commander
			}
		}
		
	#	create_character = {
	#		is_general = yes
	#		first_name = Paolo
	#		last_name = Avitabile
	#		age = 45
	#		traits = {
	#	#		harsh
	#	#		gifted_administrator
	#		}
	#
	#	}
	#	
	#	create_character = {
	#		is_general = yes
	#		first_name = Jean_Francois
	#		last_name = Allard
	#		age = 51
	#		traits = {
	#	#		intelligent
	#	#		cavalry_school
	#		}
	#
	#	}
	#	
	#	create_character = {
	#		is_general = yes
	#		first_name = Jean_Baptiste
	#		last_name = Ventura
	#		age = 42
	#		traits = {
	#			romantic
	#	#		drillmaster
	#		}
	#
	#	}
		
		create_character = {
			is_general = yes
			first_name = Alexander
			last_name = Gardner
			hq = region_persia
			age = 51
			traits = {
				brave
				experienced_artillery_commander
			}
		}
	}
}
